home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G21F / G21_SATO.Dxr / 00085_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  482 b   |  22 lines

  1. on pushbutton2
  2.   global ga, cno
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       case ga of
  6.         "D":
  7.           set cname to "scrld"
  8.           set the memberNum of sprite 25 to 37
  9.           testd()
  10.         "U":
  11.           set cname to "scrlu"
  12.           set the memberNum of sprite 27 to 39
  13.           testu()
  14.       end case
  15.     else
  16.       set the memberNum of sprite 25 to 36
  17.       set the memberNum of sprite 27 to 38
  18.     end if
  19.     updateStage()
  20.   end repeat
  21. end
  22.